home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene1_2.dir / 00024_guyRoll_3 GOTO next.ls < prev    next >
Encoding:
Text File  |  1999-03-01  |  224 b   |  16 lines

  1. global gGuyTextList
  2.  
  3. on enterFrame
  4.   if rollOver(3) then
  5.     nothing()
  6.   end if
  7.   if not rollOver(3) then
  8.     go("guyOff")
  9.     set the member of sprite 7 to member("guy_walk1")
  10.   end if
  11. end
  12.  
  13. on exitFrame
  14.   go(the frame)
  15. end
  16.